Hệ thống quản lý nguồn nhân lực Dự án năm cuối trong c#

  • Frm_Employee_Performance.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Frm_Employee_Performance
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.dgvPerformance = New System.Windows.Forms.DataGridView()
26         Me.btnOk = New System.Windows.Forms.Button()
27         Me.Label3 = New System.Windows.Forms.Label()
28         Me.Panel2 = New System.Windows.Forms.Panel()
29         Me.Panel1 = New System.Windows.Forms.Panel()
30         Me.Label1 = New System.Windows.Forms.Label()
31         Me.cmboxMonths2 = New System.Windows.Forms.ComboBox()
32         Me.PerfID = New System.Windows.Forms.DataGridViewTextBoxColumn()
33         Me.EmpID = New System.Windows.Forms.DataGridViewTextBoxColumn()
34         Me.EmpName = New System.Windows.Forms.DataGridViewTextBoxColumn()
35         Me.PerfMonth = New System.Windows.Forms.DataGridViewTextBoxColumn()
36         Me.btnSubmit = New System.Windows.Forms.Button()
37         CType(Me.dgvPerformance, System.ComponentModel.ISupportInitialize).BeginInit()
38         Me.Panel2.SuspendLayout()
39         Me.SuspendLayout()
40         
'
41         
'dgvPerformance
42         
'
43         Me.dgvPerformance.AllowUserToAddRows = False
44         Me.dgvPerformance.AllowUserToDeleteRows = False
45         Me.dgvPerformance.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight
46         Me.dgvPerformance.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
47         Me.dgvPerformance.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.PerfID, Me.EmpID, Me.EmpName, Me.PerfMonth})
48         Me.dgvPerformance.Location = New System.Drawing.Point(
18, 128)
49         Me.dgvPerformance.MultiSelect = False
50         Me.dgvPerformance.Name =
"dgvPerformance"
51         Me.dgvPerformance.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
52         Me.dgvPerformance.Size = New System.Drawing.Size(
408, 175)
53         Me.dgvPerformance.TabIndex =
119
54         
'
55         
'btnOk
56         
'
57         Me.btnOk.BackColor = System.Drawing.Color.SteelBlue
58         Me.btnOk.Cursor = System.Windows.Forms.Cursors.Hand
59         Me.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat
60         Me.btnOk.ForeColor = System.Drawing.Color.White
61         Me.btnOk.Location = New System.Drawing.Point(
296, 316)
62         Me.btnOk.Name =
"btnOk"
63         Me.btnOk.Size = New System.Drawing.Size(
130, 27)
64         Me.btnOk.TabIndex =
121
65         Me.btnOk.Text =
"Ok"
66         Me.btnOk.UseVisualStyleBackColor = False
67         
'
68         
'Label3
69         
'
70         Me.Label3.AutoSize = True
71         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
72         Me.Label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight
73         Me.Label3.Location = New System.Drawing.Point(
76, 6)
74         Me.Label3.Name =
"Label3"
75         Me.Label3.Size = New System.Drawing.Size(
286, 29)
76         Me.Label3.TabIndex =
8
77         Me.Label3.Text =
"Employee Performance"
78         
'
79         
'Panel2
80         
'
81         Me.Panel2.BackColor = System.Drawing.Color.SteelBlue
82         Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
83         Me.Panel2.Controls.Add(Me.Label3)
84         Me.Panel2.Location = New System.Drawing.Point(
1, 0)
85         Me.Panel2.Name =
"Panel2"
86         Me.Panel2.Size = New System.Drawing.Size(
437, 39)
87         Me.Panel2.TabIndex =
122
88         
'
89         
'Panel1
90         
'
91         Me.Panel1.BackColor = System.Drawing.Color.SteelBlue
92         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
93         Me.Panel1.Location = New System.Drawing.Point(
1, 387)
94         Me.Panel1.Name =
"Panel1"
95         Me.Panel1.Size = New System.Drawing.Size(
437, 21)
96         Me.Panel1.TabIndex =
123
97         
'
98         
'Label1
99         
'
100         Me.Label1.AutoSize = True
101         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
102         Me.Label1.ForeColor = System.Drawing.Color.SteelBlue
103         Me.Label1.Location = New System.Drawing.Point(
12, 83)
104         Me.Label1.Name =
"Label1"
105         Me.Label1.Size = New System.Drawing.Size(
97, 16)
106         Me.Label1.TabIndex =
126
107         Me.Label1.Text =
"Select Month"
108         
'
109         
'cmboxMonths2
110         
'
111         Me.cmboxMonths2.FormattingEnabled = True
112         Me.cmboxMonths2.Items.AddRange(New Object() {
"January", "Feburary", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"})
113         Me.cmboxMonths2.Location = New System.Drawing.Point(
118, 82)
114         Me.cmboxMonths2.Name =
"cmboxMonths2"
115         Me.cmboxMonths2.Size = New System.Drawing.Size(
168, 21)
116         Me.cmboxMonths2.TabIndex =
125
117         
'
118         
'PerfID
119         
'
120         Me.PerfID.HeaderText =
"PerfID"
121         Me.PerfID.Name =
"PerfID"
122         Me.PerfID.Visible = False
123         
'
124         
'EmpID
125         
'
126         Me.EmpID.HeaderText =
"Employee ID"
127         Me.EmpID.Name =
"EmpID"
128         
'
129         
'EmpName
130         
'
131         Me.EmpName.HeaderText =
"Employee Name"
132         Me.EmpName.Name =
"EmpName"
133         
'
134         
'PerfMonth
135         
'
136         Me.PerfMonth.HeaderText =
"Performance By Month"
137         Me.PerfMonth.Name =
"PerfMonth"
138         
'
139         
'btnSubmit
140         
'
141         Me.btnSubmit.BackColor = System.Drawing.Color.SteelBlue
142         Me.btnSubmit.Cursor = System.Windows.Forms.Cursors.Hand
143         Me.btnSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
144         Me.btnSubmit.ForeColor = System.Drawing.Color.White
145         Me.btnSubmit.Location = New System.Drawing.Point(
293, 78)
146         Me.btnSubmit.Name =
"btnSubmit"
147         Me.btnSubmit.Size = New System.Drawing.Size(
130, 27)
148         Me.btnSubmit.TabIndex =
127
149         Me.btnSubmit.Text =
"Submit"
150         Me.btnSubmit.UseVisualStyleBackColor = False
151         
'
152         
'Frm_Employee_Performance
153         
'
154         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
155         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
156         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
157         Me.ClientSize = New System.Drawing.Size(
438, 408)
158         Me.Controls.Add(Me.btnSubmit)
159         Me.Controls.Add(Me.Label1)
160         Me.Controls.Add(Me.cmboxMonths2)
161         Me.Controls.Add(Me.Panel1)
162         Me.Controls.Add(Me.Panel2)
163         Me.Controls.Add(Me.btnOk)
164         Me.Controls.Add(Me.dgvPerformance)
165         Me.MinimizeBox = False
166         Me.Name =
"Frm_Employee_Performance"
167         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
168         Me.Text =
"Employee Performance"
169         CType(Me.dgvPerformance, System.ComponentModel.ISupportInitialize).EndInit()
170         Me.Panel2.ResumeLayout(False)
171         Me.Panel2.PerformLayout()
172         Me.ResumeLayout(False)
173         Me.PerformLayout()
174
175     End Sub
176     Friend WithEvents dgvPerformance As System.Windows.Forms.DataGridView
177     Friend WithEvents btnOk As System.Windows.Forms.Button
178     Friend WithEvents Label3 As System.Windows.Forms.Label
179     Friend WithEvents Panel2 As System.Windows.Forms.Panel
180     Friend WithEvents Panel1 As System.Windows.Forms.Panel
181     Friend WithEvents Label1 As System.Windows.Forms.Label
182     Friend WithEvents cmboxMonths2 As System.Windows.Forms.ComboBox
183     Friend WithEvents PerfID As System.Windows.Forms.DataGridViewTextBoxColumn
184     Friend WithEvents EmpID As System.Windows.Forms.DataGridViewTextBoxColumn
185     Friend WithEvents EmpName As System.Windows.Forms.DataGridViewTextBoxColumn
186     Friend WithEvents PerfMonth As System.Windows.Forms.DataGridViewTextBoxColumn
187     Friend WithEvents btnSubmit As System.Windows.Forms.Button
188 End Class


Gõ tìm kiếm nhanh...